home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / superdog.swf / scripts / DefineSprite_1784 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-06-25  |  754 b   |  30 lines

  1. stop();
  2. var s_point = new Sound();
  3. s_point.attachSound("s_point");
  4. var hiten = new Sound();
  5. hiten.attachSound("hiten");
  6. var jg = new Sound();
  7. jg.attachSound("jg");
  8. var wm1 = new Sound();
  9. wm1.attachSound("w1");
  10. var wm2 = new Sound();
  11. wm2.attachSound("w2");
  12. var wm3 = new Sound();
  13. wm3.attachSound("w3");
  14. var wm4 = new Sound();
  15. wm4.attachSound("w4");
  16. var js = new Sound();
  17. js.attachSound("jump_s");
  18. var d_s = new Sound();
  19. d_s.attachSound("die_s");
  20. var hit_s = new Sound();
  21. hit_s.attachSound("hit_s");
  22. var bomb_s = new Sound();
  23. bomb_s.attachSound("bomb_s");
  24. var fire_s = new Sound();
  25. fire_s.attachSound("fire_s");
  26. var quake_s = new Sound();
  27. quake_s.attachSound("quake_s");
  28. var s_hit = new Sound();
  29. s_hit.attachSound("superHit");
  30.